Rollup of 4 pull requests#154535
Conversation
…-dead Fix Vec::const_make_global for 0 capacity and ZST's fixes rust-lang#153158
Don't fuse in `MapWindows` cc rust-lang#87155 Fusing makes the iterator larger, slower, more complicated, and less useful. Users who need fusing behavior can always use `.fuse()`, but there is no way to get non-fusing behavior from the fused version. @rustbot label A-iterators
…ottmcm Constify comparisons and `Clone` for `core::mem::Alignment` As suggested in rust-lang#153261 (comment)
…nTitor
Add doc links to `ExtractIf` of `BTree{Set,Map}` and `LinkedList`
There were links for `Hash{Set,Map}` and `Vec{,Deque}` versions, but not these three.
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
📌 Perf builds for each rolled up PR:
previous master: 148adf223e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 148adf2 (parent) -> 584d32e (this PR) Test differencesShow 834 test diffsStage 1
Stage 2
Additionally, 830 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 584d32e3ee7a2051c9ec1338d259ed8ef16380ca --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (584d32e): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary -2.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 492.806s -> 484.385s (-1.71%) |
Successful merges:
MapWindows#154190 (Don't fuse inMapWindows)Cloneforcore::mem::Alignment#154512 (Constify comparisons andCloneforcore::mem::Alignment)ExtractIfofBTree{Set,Map}andLinkedList#154520 (Add doc links toExtractIfofBTree{Set,Map}andLinkedList)r? @ghost
Create a similar rollup